From: Detlev Zundel Date: Fri, 12 Sep 2014 11:12:40 +0000 (+0400) Subject: * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~1015 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9f4ee9977653a7666c4c2d82d1f1ffb089bb7487;p=emacs.git * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337). --- diff --git a/src/ChangeLog b/src/ChangeLog index a9d60f7f012..7b40f87348a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-09-12 Detlev Zundel + + * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337). + 2014-09-11 Dmitry Antipov * lisp.h (make_local_string): Nitpick indent. diff --git a/src/buffer.c b/src/buffer.c index 9f3a824a738..566a9a1b576 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5391,6 +5391,7 @@ syms_of_buffer (void) staticpro (&Qpermanent_local); staticpro (&Qkill_buffer_hook); + DEFSYM (Qchoice, "choice"); DEFSYM (Qleft, "left"); DEFSYM (Qright, "right"); DEFSYM (Qrange, "range");